home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / nvpoke.zip / NVPOKER.DOC < prev    next >
Text File  |  1988-01-19  |  5KB  |  132 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                  NVPOKER
  8.                          program and documentation
  9.                       (C) copyright 1988 by Mike Niese
  10.                               P.O. Box 710792
  11.                           Houston, Tx.  77271-0792
  12.  
  13.          NVPOKER simulates a video poker machine while teaching you
  14.          the best way to draw to your hands as you play the game.
  15.          NVPOKER uses a liberal payoff scheme that has actually been
  16.          available on video poker machines in certain Nevada casinos.
  17.          NVPOKER prompts the player with an optimal card holding and
  18.          drawing strategy that will allow the player to reduce the
  19.          house edge to zero (actually gain a minuscule player
  20.          advantage) for this particular payoff scheme.
  21.  
  22.          The program works from a strategy table containing the 45
  23.          basic strategy decisions for this particular type of machine.
  24.          The optimal strategy would be somewhat different for machines
  25.          employing different payoffs since the benefit in trying to
  26.          make a particular hand is a function of how much you are paid
  27.          if you successfully fill the hand. This game is considerably
  28.          different from five card draw poker with human opponents
  29.          since the payoffs are fixed and you can't bluff the machine.
  30.  
  31.          NVPOKER draws cards at random, the same as a standard video
  32.          poker machine. The strategy prompts are shown in the box on
  33.          the lower part of the screen. It is up to the player to
  34.          follow the prompts or to play according to whatever scheme he
  35.          or she desires. Following the optimal strategy does not
  36.          guarantee a win on any hand or any series of hands. It will
  37.          however, produce the best win rate over a very large number
  38.          of hands.
  39.  
  40.          Bets may range from 1 to 25. This is a larger range than
  41.          allowed by an actual poker machine but it makes for extra
  42.          enjoyment. Fractional bets (such as 1.25 ) are accepted, but
  43.          the payoffs will not be correct for the fractional amounts.
  44.          Use of a limited bankroll adds to the realism of the
  45.          simulation.  The player is prompted for a starting bankroll
  46.          before betting begins. Amounts in excess of 1000000 are
  47.          ignored. The program recognizes aces only as high cards in
  48.          forming straights. This is the same limitetion applied by an
  49.          actual video poker machine.
  50.  
  51.          I have spent considerable time in testing the program in a
  52.          limited test version to insure that as many errors as
  53.          possible have been eliminated. Despite these efforts, the
  54.          sharp eyed user may uncover additional "bugs" lurking in the
  55.          code. I would welcome reports of any errors encountered.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                                            page 2
  62.  
  63.  
  64.  
  65.                             Why's and Wherefor's
  66.  
  67.          Why write another video poker program when there are several
  68.          already available in the marketplace?
  69.  
  70.          It has been my observation that the other programs available
  71.          do not use a payoff table typical of actual video poker
  72.          machines. Generally the payoffs are too liberal and might
  73.          easily encourage someone to waste their money by challenging
  74.          the real thing without the aid of the optimal strategy. And
  75.          of course there's the optimal strategy itself. NVPOKER does
  76.          not actually calculate the optimal strategy, but works
  77.          instead from a strategy table much the same as a human
  78.          player. Calculation of the optimal srategy consumes
  79.          considerable computer time and was carried out by others than
  80.          myself.
  81.  
  82.  
  83.  
  84.                         Payment and what YOU get
  85.  
  86.          NVPOKER is distributed as user supported software, popularly
  87.          referred to as SHAREWARE. You may freely copy and distribute
  88.          the program so long as it is not modified and this
  89.          documentation file accompanies it. A nominal service charge
  90.          may be assessed for copying and distributing the program so
  91.          long as it does not exceed $7. If you use the program you are
  92.          expected to compensate the author for his efforts.  This
  93.          encourages the continued development of better quality
  94.          programs which are supported by their users. I request a
  95.          payment of $10 for NVPOKER. Those who remit this payment to
  96.          the address included in this documentation (and the program
  97.          intro screen) will receive a copy of the optimal strategy
  98.          chart used in the program. I will also include some useful
  99.          hints about identifying video poker machines with worthwhile
  100.          payoff rates and additional hints useful in actual play. I am
  101.          interested in educating those who might be disposed to risk
  102.          their money, in Nevada or other legal gaming locales, on how
  103.          to minimize the risk to their hard earned bankroll.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.